-- card: 7876 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 2499 -- name: Misc. ----- HyperTalk script ----- on openCard put "Misc." into field "Title" end openCard -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=440 top=320 right=339 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part contents for background part 1 ----- text ----- The [ ! ] key calculates the factorial of x, where 0 <= x <= 54. If x is not an integer, then the Gamma function of (x+1) is returned. The error in the Gamma function is <= .0000003 If a function (such as [ ! ]) results in a number too long to fit entirely in the x register, clicking [<->] will display the x register in an expanded register under the calculator. Click in the expanded field to hide it again. The [chs] key changes the sign of the x value. The [abs] key changes x to its absolute value. The [ % ] key uses x as a percentage and calculates that percentage of y. The [∆% ] key put the % change of the value in the y register to the value in the x register. -- part contents for background part 6 ----- text ----- Misc.